1 /****************************** Module Header ******************************\
2 * Module Name: HelloWorld.user.sql
3 * Project: SQLServer2005DB
4 * Copyright (c) Microsoft Corporation.
6 * Add the user [HelloWorld] as the DB owner of SQLServer2005DB.
8 * This source is subject to the Microsoft Public License.
9 * See http://www.microsoft.com/opensource/licenses.mspx#Ms-PL.
10 * All other rights reserved.
13 * * 2/14/2009 9:28 PM Jialiang Ge Created
14 \***************************************************************************/
17 CREATE USER [HelloWorld] FOR LOGIN [HelloWorld] WITH DEFAULT_SCHEMA=[dbo]